Fix server.json description for MCP Registry (v0.2.2) - #10
Merged
Conversation
MCP Registry validation rejected v0.2.1 with: expected length <= 100 at body.description Trims server.json description to 81 chars (npm description stays verbose for npm-side discoverability) and bumps to 0.2.2 since 0.2.1 is already on npm. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
szhygulin
added a commit
that referenced
this pull request
Apr 27, 2026
Two updates to SECURITY.md tied to recent integrity-check work: 1. Preflight-skill row's "Honest limits" column now narrates the silent-skip-on-mismatch failure mode that was open prior to skill v0.4.1: the skill's prose instructed comparison but didn't mandate it, the agent could skip silently, and we observed exactly that in production during the v4-typo pin bump. skill PR #12 (closes skill #10) added Step 0 — mandatory integrity self-check — that halts the flow on divergence with explicit alarm prose. 2. Updated the parallel paragraph (~line 107) that mentioned `PreToolUse` hook as the only roadmap option: now also references vaultpilot-mcp #379 (server-side enforcement) as the equally-valid parallel path, plus calls out skill v0.4.1's Step 0 as the agent-side fix that's already shipped. Cross-references the now-merged skill PR #12, the closed skill #10, and the open vaultpilot-mcp #379 server-side companion. Pure docs.
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MCP Registry rejected v0.2.1:
descriptionmust be <= 100 chars. This trims server.json's description and bumps to 0.2.2.